Skip to content

updated ping.py as ping3.py for python3. fixed multithreading bug#5

Open
kyan001 wants to merge 3 commits intosamuel:masterfrom
kyan001:master
Open

updated ping.py as ping3.py for python3. fixed multithreading bug#5
kyan001 wants to merge 3 commits intosamuel:masterfrom
kyan001:master

Conversation

@kyan001
Copy link

@kyan001 kyan001 commented Jun 18, 2016

removed ord() and *2/2 in checksum(), since python3 no need these and give the same result as python2

print x -> print(x)
replacing % x by {}.format()

small modifies on verbose_ping prints

@kyan001
Copy link
Author

kyan001 commented Jul 7, 2016

fixed multithreading problem in ping3.py

@kyan001 kyan001 changed the title updated ping.py as ping3.py for python3. updated ping.py as ping3.py for python3. fixed multithreading bug Jul 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant